From: Richard M. Stallman Date: Tue, 19 Apr 1994 02:49:51 +0000 (+0000) Subject: (kill-emacs-query-functions): Fix typo in question text. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~92102 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=04645d5fb30e4855a2d3041282bb31173a4ee75b;p=emacs.git (kill-emacs-query-functions): Fix typo in question text. --- diff --git a/lisp/server.el b/lisp/server.el index efa35ac6800..48285a0ee89 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -297,7 +297,7 @@ Then bury it, and return a suggested buffer to select next." (function (lambda () (or (not server-clients) - (yes-or-no-p "Server buffers are still have clients; exit anyway? "))))) + (yes-or-no-p "Server buffers still have clients; exit anyway? "))))) (defun server-edit (&optional arg) "Switch to next server editing buffer; say \"Done\" for current buffer.